
#scrollUp {  right: 20px;
  bottom: 20px;
  background-color: #BE0000;
  color: white;
  padding: 10px;
  border-radius: 999px;
  font-size: 30px;
  border: 2px solid white;
  transition: 0.3s;
}
#scrollUp:hover {
  text-decoration: none;
  background-color: #88c74ac7;
}
